net/http.http2stream.cw (field)

9 uses

	net/http (current package)
		h2_bundle.go#L4727: 	cw        http2closeWaiter // closed wait stream transitions to closed state
		h2_bundle.go#L5238: 	case <-stream.cw:
		h2_bundle.go#L5809: 	st.cw.Close() // signals Handler's CloseNotifier, unblocks writes, etc
		h2_bundle.go#L6265: 	st.cw.Init()
		h2_bundle.go#L6569: 		case <-st.cw:
		h2_bundle.go#L6998: 			case <-rws.stream.cw:
		h2_bundle.go#L7017: 		cw := rws.stream.cw
		h2_bundle.go#L7252: 	case <-st.cw:
		h2_bundle.go#L7260: 	case <-st.cw: